home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Game / H-L / IONS2.cpt / IONS2 Folder / ions2 / background_2647.txt < prev    next >
Encoding:
Text File  |  1991-10-04  |  7.1 KB  |  361 lines

  1. -- background: 2647 from stack: in
  2. -- bmap block id: 3167
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 80
  10. -- high flags: 0000
  11. -- rect: left=58 top=304 right=322 bottom=82
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: ans
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=26 top=69 right=135 bottom=481
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 2
  30. -- text size: 24
  31. -- style flags: 0
  32. -- line height: 32
  33. -- part name: Q
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 01
  38. -- high flags: 0000
  39. -- rect: left=82 top=150 right=176 bottom=489
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 2
  44. -- text size: 18
  45. -- style flags: 0
  46. -- line height: 24
  47. -- part name: 1
  48. ----- HyperTalk script -----
  49. on mouseup
  50.   global response
  51.   global tries
  52.   put 1 into response
  53.   add 1 to tries
  54.   put tries into background field "try"
  55.   check
  56. end mouseup
  57.  
  58.  
  59.  
  60. -- part 4 (field)
  61. -- low flags: 01
  62. -- high flags: 0000
  63. -- rect: left=83 top=184 right=210 bottom=490
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 0
  67. -- font id: 2
  68. -- text size: 18
  69. -- style flags: 0
  70. -- line height: 24
  71. -- part name: 2
  72. ----- HyperTalk script -----
  73. on mouseup
  74.   global response
  75.   put 2 into response
  76.   check
  77. end mouseup
  78.  
  79.  
  80.  
  81. -- part 5 (field)
  82. -- low flags: 01
  83. -- high flags: 0000
  84. -- rect: left=83 top=217 right=243 bottom=492
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 0 / 0
  87. -- text alignment: 0
  88. -- font id: 2
  89. -- text size: 18
  90. -- style flags: 0
  91. -- line height: 24
  92. -- part name: 3
  93. ----- HyperTalk script -----
  94. on mouseup
  95.   global response
  96.   put 2 into response
  97.   check
  98. end mouseup
  99.  
  100.  
  101.  
  102. -- part 6 (field)
  103. -- low flags: 01
  104. -- high flags: 0000
  105. -- rect: left=83 top=252 right=278 bottom=492
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 0 / 0
  108. -- text alignment: 0
  109. -- font id: 2
  110. -- text size: 18
  111. -- style flags: 0
  112. -- line height: 24
  113. -- part name: 4
  114. ----- HyperTalk script -----
  115. on mouseup
  116.   global response
  117.   put 2 into response
  118.   check
  119. end mouseup
  120.  
  121.  
  122.  
  123. -- part 7 (button)
  124. -- low flags: 00
  125. -- high flags: 2000
  126. -- rect: left=56 top=144 right=174 bottom=304
  127. -- title width / last selected line: 0
  128. -- icon id / first selected line: 0 / 0
  129. -- text alignment: 1
  130. -- font id: 0
  131. -- text size: 12
  132. -- style flags: 0
  133. -- line height: 16
  134. -- part name: b1
  135. ----- HyperTalk script -----
  136. on mouseUp
  137.   global response
  138.   global tries
  139.   global lastClick
  140.  
  141.   if the seconds - lastClick < 4 then exit mouseup
  142.   else put the seconds into lastClick
  143.   put 1 into response
  144.   add 1 to tries
  145.   put tries into background field "try"
  146.   check
  147. end mouseUp
  148.  
  149.  
  150.  
  151. -- part 8 (button)
  152. -- low flags: 00
  153. -- high flags: 2000
  154. -- rect: left=56 top=177 right=208 bottom=302
  155. -- title width / last selected line: 0
  156. -- icon id / first selected line: 0 / 0
  157. -- text alignment: 1
  158. -- font id: 0
  159. -- text size: 12
  160. -- style flags: 0
  161. -- line height: 16
  162. -- part name: b2
  163. ----- HyperTalk script -----
  164. on mouseUp
  165.   global response
  166.   global tries
  167.   global lastClick
  168.  
  169.   if the seconds - lastClick < 4 then exit mouseup
  170.   else put the seconds into lastClick
  171.   put 2 into response
  172.   add 1 to tries
  173.   put tries into background field "try"
  174.   check
  175. end mouseUp
  176.  
  177.  
  178.  
  179. -- part 11 (button)
  180. -- low flags: 00
  181. -- high flags: 2000
  182. -- rect: left=58 top=210 right=241 bottom=303
  183. -- title width / last selected line: 0
  184. -- icon id / first selected line: 0 / 0
  185. -- text alignment: 1
  186. -- font id: 0
  187. -- text size: 12
  188. -- style flags: 0
  189. -- line height: 16
  190. -- part name: b3
  191. ----- HyperTalk script -----
  192. on mouseUp
  193.   global response
  194.   global tries
  195.   global lastClick
  196.  
  197.   if the seconds - lastClick < 4 then exit mouseup
  198.   else put the seconds into lastClick
  199.   put 3 into response
  200.   add 1 to tries
  201.   put tries into background field "try"
  202.   check
  203. end mouseUp
  204.  
  205.  
  206.  
  207. -- part 12 (button)
  208. -- low flags: 00
  209. -- high flags: 2000
  210. -- rect: left=59 top=245 right=276 bottom=304
  211. -- title width / last selected line: 0
  212. -- icon id / first selected line: 0 / 0
  213. -- text alignment: 1
  214. -- font id: 0
  215. -- text size: 12
  216. -- style flags: 0
  217. -- line height: 16
  218. -- part name: b4
  219. ----- HyperTalk script -----
  220. on mouseUp
  221.   global response
  222.   global tries
  223.   global lastClick
  224.  
  225.   if the seconds - lastClick < 4 then exit mouseup
  226.   else put the seconds into lastClick
  227.   put 4 into response
  228.   add 1 to tries
  229.   put tries into background field "try"
  230.   check
  231. end mouseUp
  232.  
  233.  
  234.  
  235. -- part 13 (button)
  236. -- low flags: 00
  237. -- high flags: 0000
  238. -- rect: left=403 top=294 right=326 bottom=456
  239. -- title width / last selected line: 0
  240. -- icon id / first selected line: 1014 / 1014
  241. -- text alignment: 1
  242. -- font id: 0
  243. -- text size: 12
  244. -- style flags: 0
  245. -- line height: 16
  246. -- part name: New Button
  247. ----- HyperTalk script -----
  248. on mouseUp
  249.   go to previous card in stack
  250.  
  251. end mouseUp
  252.  
  253.  
  254.  
  255. -- part 14 (button)
  256. -- low flags: 00
  257. -- high flags: 0000
  258. -- rect: left=458 top=294 right=326 bottom=505
  259. -- title width / last selected line: 0
  260. -- icon id / first selected line: 1013 / 1013
  261. -- text alignment: 1
  262. -- font id: 0
  263. -- text size: 12
  264. -- style flags: 0
  265. -- line height: 16
  266. -- part name: New Button
  267. ----- HyperTalk script -----
  268. on mouseUp
  269.   visual dissolve slow to gray
  270.   visual effect wipe left
  271.   go to next card in stack
  272. end mouseUp
  273.  
  274.  
  275.  
  276. -- part 15 (button)
  277. -- low flags: 00
  278. -- high flags: 0000
  279. -- rect: left=9 top=294 right=340 bottom=61
  280. -- title width / last selected line: 0
  281. -- icon id / first selected line: 20098 / 20098
  282. -- text alignment: 1
  283. -- font id: 0
  284. -- text size: 12
  285. -- style flags: 0
  286. -- line height: 16
  287. -- part name: New Button
  288. ----- HyperTalk script -----
  289. on mouseUp
  290.   answer "Go Home?" with "No" or "Yes"
  291.   if it <> "Yes" then exit mouseup
  292.   go home
  293. end mouseUp
  294.  
  295.  
  296.  
  297. -- part 17 (field)
  298. -- low flags: 00
  299. -- high flags: 0000
  300. -- rect: left=481 top=58 right=76 bottom=504
  301. -- title width / last selected line: 0
  302. -- icon id / first selected line: 0 / 0
  303. -- text alignment: 0
  304. -- font id: 3
  305. -- text size: 12
  306. -- style flags: 0
  307. -- line height: 16
  308. -- part name: number
  309.  
  310.  
  311. -- part 18 (field)
  312. -- low flags: 80
  313. -- high flags: 0000
  314. -- rect: left=333 top=131 right=209 bottom=491
  315. -- title width / last selected line: 0
  316. -- icon id / first selected line: 0 / 0
  317. -- text alignment: 1
  318. -- font id: 2
  319. -- text size: 24
  320. -- style flags: 4096
  321. -- line height: 32
  322. -- part name: correct
  323.  
  324.  
  325. -- part 19 (field)
  326. -- low flags: 00
  327. -- high flags: 0000
  328. -- rect: left=480 top=39 right=57 bottom=506
  329. -- title width / last selected line: 0
  330. -- icon id / first selected line: 0 / 0
  331. -- text alignment: 0
  332. -- font id: 3
  333. -- text size: 12
  334. -- style flags: 0
  335. -- line height: 16
  336. -- part name: try
  337.  
  338.  
  339. -- part 20 (button)
  340. -- low flags: 00
  341. -- high flags: 8004
  342. -- rect: left=412 top=7 right=32 bottom=507
  343. -- title width / last selected line: 0
  344. -- icon id / first selected line: 0 / 0
  345. -- text alignment: 1
  346. -- font id: 0
  347. -- text size: 12
  348. -- style flags: 0
  349. -- line height: 16
  350. -- part name: Reset Count
  351. ----- HyperTalk script -----
  352. on mouseUp
  353.   global number
  354.   global tries
  355.   put zero into tries
  356.   put zero into number
  357.   put tries into background field "try"
  358.   put number into background field "number"
  359. end mouseUp
  360.  
  361.